home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Desk Marker / DeskMarker.exe / install_script.iss
Text File  |  2005-03-12  |  2KB  |  57 lines

  1. ;InnoSetupVersion=4.0.9
  2.  
  3. [Setup]
  4. AppName=DeskMarker
  5. AppVerName=DeskMarker 1.9
  6. AppId=15
  7. AppVersion=1.9
  8. AppPublisher=delight software gmbh
  9. AppPublisherURL=http://www.delight.ch
  10. AppSupportURL=http://www.delight.ch
  11. AppUpdatesURL=http://www.delight.ch
  12. DefaultDirName={pf}\delight software gmbh\DeskMarker
  13. DefaultGroupName=delight software gmbh\DeskMarker
  14. UninstallDisplayName=DeskMarker
  15. OutputBaseFilename=DeskMarker_1.9_english
  16. Compression=zip
  17. PrivilegesRequired=none
  18. AllowNoIcons=yes
  19. LicenseFile=embedded\License.rtf
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}.\DeskMarker.exe"; DestDir: "{app}."; Components: module66; Flags: ignoreversion promptifolder 
  25. Source: "{app}.\OnlineUpdate.exe"; DestDir: "{app}."; Components: module99; Flags: ignoreversion promptifolder 
  26. Source: "{app}\onlineupdate.dou"; DestDir: "{app}"; Flags: ignoreversion 
  27.  
  28. [Run]
  29. Filename: "{app}\DeskMarker.exe"; Parameters: "/LANG:english"; Description: "Run DeskMarker"; Flags: skipifdoesntexist postinstall skipifsilent nowait
  30.  
  31. [Icons]
  32. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\DeskMarker"; Filename: "{app}\DeskMarker.exe"; IconFilename: "{app}\DeskMarker.exe"; Tasks: quicklaunchicon; 
  33. Name: "{group}\DeskMarker"; Filename: "{app}\DeskMarker.exe"; IconFilename: "{app}\DeskMarker.exe"; Comment: "DeskMarker"; 
  34. Name: "{userdesktop}\DeskMarker"; Filename: "{app}\DeskMarker.exe"; IconFilename: "{app}\DeskMarker.exe"; Comment: "DeskMarker"; Tasks: desktopicon; 
  35. Name: "{group}\Uninstall DeskMarker"; Filename: "{uninstallexe}"; IconFilename: "{uninstallexe}"; Comment: "Uninstall DeskMarker"; 
  36.  
  37. [Tasks]
  38. Name: "desktopicon"; Description: "Create Icon on Desktop"; GroupDescription: "Additional Icons:"; 
  39. Name: "quicklaunchicon"; Description: "erstelle Icon in Schnellstartliste"; GroupDescription: "Additional Icons:"; 
  40.  
  41. [Components]
  42. Name: "module66"; Description: "DeskMarker 1.9.0 (Final-release)"; Types: "custom compact full"; 
  43. Name: "module99"; Description: "OnlineUpdate for delight Products 1.0.3 (Final-release)"; Types: "custom compact full"; 
  44.  
  45. [UninstallDelete]
  46. Type: filesandordirs; Name: "{app}\*.*"; 
  47.  
  48. [Types]
  49. Name: "full"; 
  50. Name: "compact"; 
  51. Name: "custom"; 
  52.  
  53. [Languages]
  54. ; These files are stubs
  55. ; To achieve better results after recompilation, use the real language files
  56. Name: "english"; MessagesFile: "embedded\english.isl"; 
  57.